home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Communication / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_25204_Read Me.txt < prev    next >
Text File  |  1996-01-15  |  10KB  |  192 lines

  1.  
  2. HTML.edit ReadMe
  3.  
  4. HTML.edit ┬⌐1994-1996 Murray M. Altheim, Equinox Development, All Rights Reserved.
  5. Please read the Legaleze section under HTML.edit Help for information regarding copyrights, credits and distribution.
  6.  
  7. Help!
  8. For Help on using HTML.edit, either begin with Welcome to HTML.edit or dive straight into Help Contents. Note that all underlined text in HTML.edit Help is "hypertext", that is, you can click on the text to navigate. Clicking on hypertext URLs attempts to load the URL via your WWW browser. For information on setting up your browser to view HTML documents from HTML.edit, see the Preview menu section. For information on HTML itself, check the HTML Help section.
  9.  
  10. (To close this Help window, click on its close box, located in the window's upper left corner.)
  11.  
  12. Availability
  13. Through January 1996*, information on current versions is available from the HTML.edit home page at
  14.  
  15.    http://ogopogo.nttc.edu/tools/htmledit/HTMLedit.html
  16.  
  17. Non-beta versions of HTML.edit are distributed worldwide via info-mac, umich and their mirrors. Please email any comments or problems you find with this version to the author at
  18.  
  19.    murray.altheim@nttc.edu
  20.  
  21. Please watch for announcements in the newsgroup
  22.  
  23.    comp.infosystems.www.announce
  24.  
  25. or contact the author to be added to the HTML.edit announcements mailing list.
  26.  
  27. NOTES ON HTML.edit:
  28.  
  29. Also see the section New Features under Help. 
  30.  
  31. No Usage Restrictions
  32. Please note that I have removed the commercial use restriction on HTML.edit. However, all distribution restrictions, copyright and intellectual property protections remain unchanged. Please see the Legaleze section under Help for more information.
  33.  
  34. Index View
  35. A new feature is the ability to change the display contents in the Index using the Index popUp menu. The Index can view documents by name, <TITLE>, or path (ie., location). While in View by Document Path, documents that have no set path will be shown in single-quotes, such as
  36.  
  37.    ΓÇÿwelcome.htmlΓÇÖ
  38.  
  39. as opposed to those that have a path:
  40.  
  41.    earth:www:welcome.html
  42.  
  43. While viewing by TITLE, those documents having no TITLE element will be displayed as:
  44.  
  45.    [untitled]:ΓÇÿwelcome.htmlΓÇÖ
  46.  
  47. Note that Index popup menu commands that pertain to document paths are dimmed when viewing the Index by name or title -- you must be viewing by path.
  48.  
  49. Insert Export String --> Insert Custom Entity
  50. Previous versions allowed the insertion of text strings that were optionally translated upon export into date or time information. These strings were in the form "{Abbreviated Date}" using curly brackets. This version now uses an SGML entity-style format as the inserted string, such as "&date;" or "&time;".  Existing documents using the curly bracket strings should be changed to the new format using a global replacement to the new format as shown below:
  51.  
  52.        Old Format                                  New Format
  53.    {Short Date}              &date;
  54.    {Abbreviated Date}        &abbrevDate;
  55.    {Long Date}               &longDate;
  56.    {Time}                    &time;
  57.    {Long Time}               &longTime;
  58.  
  59. Use the Replace command (under the Utility menu) with the options set to "All Occurrences" and "All Documents". If you are transferring documents between versions of HTML.edit, uncheck the option "Translate Entities on Export" on Import/Export Preferences.
  60.  
  61. Footers
  62. As no definition of a footer exists in HTML, this editor defines a footer as any text following a <!--FOOT--> tag used as a separator, regardless of whether this tag occurs in the Body or Footer text areas of the editor. The separator is an HTML comment, which should be ignored by WWW browsers, and can be modified from the Preferences card. I use this feature to automatically cue HTML.edit to separate out the footer text on imported documents. Modifying the "footer" of many documents is then simplified.
  63.  
  64. Help
  65. If you are upgrading from a previous version, please check the Installing HTML.edit section in Help, especially if you notice any anomalies with the Futura display font. There is no longer any font suitcase to install. Note that previous versions of HTML.edit included the HTML documents "Mosaic for X version 2.0 Fill-Out Form Support" (courtesy NCSA) and "HTML and SGML" (which is part of Dave Raggett's HTML 3.0 draft). These online documents are now referenced via the Browse Hotlist submenu under the tool palette's Preview menu.
  66.  
  67. Hotlist Menu
  68. Please note that the current version does not support semicolons on the Hotlist submenu, either in the URL itself or in the displayed menu text.
  69.  
  70. URL Parsing Bug
  71. My parsing routines for URLs choke on equal signs (ie., "="). This only seems to show up in the Index Anchors/HyperText Links command.
  72.  
  73. Miscellaneous
  74. The name of the Font menu has been changed to the Style menu. Version 1.7.3 sports a few new key shortcuts that should prove handy. Both Index and Hilight HTML now have an All Headings command.
  75.  
  76. Ruminations:
  77.  
  78. ΓÇó tutorial document
  79. ΓÇó page wizards
  80. ΓÇó improved table tools
  81. ΓÇó improved forms tools
  82. ΓÇó feature to add named anchors based on header level (outline)
  83. ΓÇó limit field searching to specific labels; improve search and replace
  84. ΓÇó make HTML Format menu customizable like Font menu
  85. ΓÇó fix Index HTML to handle nested lists
  86. ΓÇó support for RTF translation on import (and export?)
  87. ΓÇó add Store and Restore Footer Utility feature (as tab-delimited table)
  88. ΓÇó perform more operations based on label
  89. ΓÇó set up Image Library similar to hotlist: use anchors
  90. ΓÇó rewrite more file commands to require less reindexing
  91. ΓÇó add last modified field (in addition to last saved)
  92. ΓÇó parse document for balanced elements and produce list of errors (use Index field?)
  93. ΓÇó somehow Set Filename on Import for multipart documents?
  94. ΓÇó storage of label as document comment or META content
  95. ΓÇó global changes via search; mark cards for subsection changes
  96. ΓÇó bidirectionally translate numerical character references (eg., "#62;" = ">")
  97.  
  98. Planned for version 1.8:
  99.  
  100. ΓÇó SGML-style global and local entity declarations (string literals and SYSTEM)
  101. ΓÇó better search/replace with more Grep features
  102. ΓÇó LINK element with 2.0 params (modify Anchor utility)
  103. ΓÇó add all HTML 2.0 attributes for forms and finish forms Help
  104. ΓÇó still need to add relative link options on custom entities ("&prev;", "&next;", etc.)
  105. ΓÇó modify custom entity usage to use LINK tags
  106. ΓÇó LINK rev=made with email address on prefs
  107. ΓÇó use labels to create projects to designate "Top of Section" for ⊤ (&top#label; ?)
  108. ΓÇó need uniqueness checker on named anchors
  109. ΓÇó finish up Table Utility and make public
  110.  
  111. Change History
  112.  
  113. (1.7.3d192/1.7.3 1996.01.15)
  114.  - fixed text selection bug on search and replace strings in Replace
  115.  
  116. (1.7.3d191/1.7.3 1996.01.01)
  117.  - fixed overflow bug on import
  118.  - overflow option on imports greater than 60K
  119.  - added overflow checking on structure commands
  120.  - fixed disappearance of Index/Hilight commands on Style menu
  121.  - now uses text selection as TITLE if no current title (will default to first available H1)
  122.  - fixed rename from Index bug
  123.  - Find command now works from Index
  124.  
  125. (1.7.3d186 1995.11.30)
  126.  - added new Find and Find Again commands (borrowed from 1.8a)
  127.  - modified Replace dialog box and added new functionality (borrowed from 1.8a)
  128.  - fixed style menu bug on simplified tool palette
  129.  - fixed restore prefs bug on export conversion table checkbox mirroring of 
  130.    button on Import/Export Prefs
  131.  - fixed Table of Contents bug when displaying Headers/Footers in Index
  132.  - fixed Restore Preferences bug on not setting indexed flag false on changes
  133.    to 'Show Master Headers/Footers in Index'
  134.  - fixed bug in optional attributes on Anchor Utility
  135.  - removed extraneous Labels stuff from Preferences
  136.  
  137. (1.7.2d180/1.7.2 1995.10.07)
  138.  - fixed disappearing Index bug
  139.  
  140. (1.7.1d179/1.7.1 1995.10.04)
  141.  - fixed parsing bug in unHTML
  142.  - fixed bug in Edit menu "Edit Clip Library"
  143.  - checks for AppleScript availability
  144.  - return in URL field containing "://" will attempt to load the URL via the specified browser
  145.  - Note field now part of Help
  146.  
  147. (1.7.1d178 1995.09.29)
  148.  - fixed bug in choosing "Selected Document..." on URL popUp menu when Index
  149.    is displaying document name
  150.  - fixed problem with remembering locations of Format, Form and Table palettes
  151.  - URL popUp now creates absolute URL for documents with no path
  152.  - increased width of document selection dialog for use with full path
  153.  - moved non-HTML 2.0 styles to "custom" submenu
  154.  - Indexing/Hilighting now aborts on elements not having both open and close tags
  155.  - added Command-Quote: if insertion point, inserts '"',
  156.    if a text selection, surrounds the text with '"[text]"'
  157.  - fixed reselection error in unHTML (Control-Shift-[new element | Delete])
  158.  
  159. (1.7.1d175/1.7.1b1 1995.09.20)
  160.  - Control-Delete removes surrounding tags (checks tag match; attributes OK)
  161.  - Control-Shift-[key] replaces current surrounding tags with new tags
  162.  - restore now handles previous version Prefs files OK
  163.  - fixed getTEXT bug in date/time entities
  164.  - URLs in HTML.edit Help are now browseable
  165.  
  166. (1.7.1d173 1995.09.17)
  167.  - added Clip Library Custom HTML Elements
  168.  - added Custom Styles to Font menu and Custom Style Table to HTML Prefs
  169.  - fix for Prefs section-switching bug on Norwegian systems
  170.  - Anchor Utility's HREF popUp: "Add this URL to Hotlist" now works
  171.  - fixed field and button handling on two optional attributes on Anchor Utility (mailbox flag icon)
  172.  - located and fixed bug in Index/Hilight All Headings
  173.  - no longer sets indexed=FALSE on import/export from Preferences
  174.  - fixed ugly way (return-wise) items were being inserted into HEAD
  175.  
  176. (1.7.1d166 1995.09.11)
  177.  - stop button on Reconvert HTML to Entities progress window now works
  178.  - Remove HTML now also removes attributed list and PRE tags (COMPACT/WIDTH)
  179.  - Remove HTML now also retranslates < > " &
  180.  - fixed problem with inserting custom entities from Utilities popUp menu
  181.  - keyword field now visually differentiated by moving its margin to the right
  182.  - Index/Hilight HTML now handles:
  183.       All Headings, with or without attributes
  184.       Anchors with both NAME and/or HREF
  185.  - added Netscape file creator ("MOSS") to export options
  186.  
  187. (1.7d165/1.7.0 1995.09.04)
  188.  - added Balloon Help for many Prefs options
  189.  - speeded up transition between Prefs sections
  190.  - added overflow checking on Index
  191.  - final cleanup for release
  192.